Skip to content

Commit b65aaf6

Browse files
committed
add more samples
1 parent dfcd16e commit b65aaf6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

samples/basic.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Things to verify:
1212
<span
1313
v-text="foo * 10 + 'hi'"
1414
:id="foo + 'baz'"
15-
@click="onClick('hello')">
15+
@click="onClick('hello')"
16+
@click.prevent="onClick('hello')">
1617
Hello
1718
</span>
1819
</div>

samples/langs.vue

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ body
1414
color primary-color
1515
</style>
1616

17+
<style lang="scss">
18+
@import '~foo';
19+
20+
a {
21+
color: red;
22+
}
23+
</style>
24+
25+
<style lang="sass">
26+
@import '~foo'
27+
a
28+
color: red
29+
</style>
30+
1731
<template lang="pug">
1832
div.app
1933
h1.title This is the app

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy