Skip to content

Commit

Permalink
Fix main.ts id
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAnunesS committed Nov 15, 2022
1 parent a38eb9b commit 117241d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/arweave-storage.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-permawidget-vue",
"version": "1.1.0",
"version": "1.1.3",
"description": "🛠️ The Permapages widget boilerplate sample for Vue.js",
"author": {
"name": "André Nunes",
Expand Down
2 changes: 1 addition & 1 deletion template/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const app = createApp(App);
app.use(createPinia());
app.use(router);

app.mount("#widget-template");
app.mount("#create-permawidget-vue");

0 comments on commit 117241d

Please sign in to comment.