Skip to content

Commit 9f1d976

Browse files
Clean-up example
1 parent fbc41b9 commit 9f1d976

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

examples/script/component3.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Vue.config.devtools = true
2-
3-
41
var App = new Vue({
52
el: '#app',
63
methods: {
@@ -24,21 +21,11 @@ var App = new Vue({
2421
},
2522
data() {
2623
return {
27-
visible: false,
2824
activeNames: ['1'],
2925
sortOptions: {
3026
group: 'sample',
3127
animation: 150,
3228
},
33-
componentData: {
34-
on: {
35-
change: this.handleChange,
36-
input: this.inputChanged
37-
},
38-
props: {
39-
value: this.activeNames
40-
}
41-
},
4229
list: [
4330
{ title: "Consistency", name: '1', description: "Consistent with real life: in line with the process and logic of real life, and comply with languages and habits that the users are used to" },
4431
{ title: "Feedback", name: '2', description: "Operation feedback: enable the users to clearly perceive their operations by style updates and interactive effects" },

0 commit comments

Comments
 (0)