Skip to content

Commit 0516624

Browse files
committed
chore: clean up dev setup
1 parent f7ce973 commit 0516624

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/App.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<template>
22
<div id="app">
3-
<img alt="Vue logo" src="./assets/logo.png" />
4-
<h1>Welcome to Your Plugin in Vue.jss</h1>
5-
63
<!-- <Editor v-model="content" @text-change="handleTextChange" /> -->
74
<!-- <vue-editor
85
v-model="content"
@@ -56,7 +53,6 @@
5653
</template>
5754

5855
<script>
59-
// import { Editor } from "./../dist/v-plugin-demo.esm.js";
6056
export default {
6157
// components: { Editor },
6258
data() {

0 commit comments

Comments
 (0)