修正問題
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
el: '#app',
|
||||
vuetify: new Vuetify(vuetify_options),
|
||||
data() {
|
||||
console.log("yes",<%= _this_id %>);
|
||||
return {
|
||||
this_id: '<%= _this_id %>',
|
||||
options: {},
|
||||
@@ -124,6 +125,9 @@
|
||||
deep: true,
|
||||
},
|
||||
},
|
||||
created() {
|
||||
//this.initialize();
|
||||
},
|
||||
methods: {
|
||||
search_show(curr) {
|
||||
//console.log("btn_click:", curr, curr.api_url);
|
||||
|
||||
Reference in New Issue
Block a user