[add] vue
This commit is contained in:
parent
0fb4ba3740
commit
e7255001be
20685
lib/vue.js
20685
lib/vue.js
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,6 @@
|
||||
const PACKAGE_NAME = "uuidconvert";
|
||||
const fs = require("fs");
|
||||
const vue = Editor.require(`packages://${PACKAGE_NAME}/lib/vue.js`);
|
||||
|
||||
Editor.Panel.extend({
|
||||
style: fs.readFileSync(Editor.url(`packages://${PACKAGE_NAME}/static/style/default/index.css`), 'utf-8')
|
||||
@ -13,7 +14,7 @@ Editor.Panel.extend({
|
||||
},
|
||||
|
||||
ready() {
|
||||
this.app = new Vue({
|
||||
this.app = new vue({
|
||||
el: this.$app,
|
||||
created: function () {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user