Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bugs #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix bugs #202

wants to merge 1 commit into from

Conversation

Romkar
Copy link

@Romkar Romkar commented Mar 3, 2023

No description provided.

@SteGriff
Copy link

This is a good PR - the incorrect syntax for @vue:mounted in the example tripped me up when learning petite-vue.

@lgatibel
Copy link

Yes i agree @SteGriff the todo MVC example is need this change !

@@ -9,7 +9,7 @@
</style>

<script type="module">
import { createApp } from '../src'
import { createApp } from 'https://unpkg.com/petite-vue?module'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waybe leave this with ../src to not need a network request in the examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants