We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53a0b9 commit f2e8b9aCopy full SHA for f2e8b9a
.github/workflows/main.yml
@@ -40,9 +40,15 @@ jobs:
40
# - name: Install dependencies in playground
41
# run: yarn install
42
# working-directory: ./playground
43
-
44
- run: yarn install
45
+ - name: Install Playwright Browsers
46
+ run: npx playwright install --with-deps
47
+
48
+ - name: Build Playground
49
+ run: yarn dev:build
50
51
52
# - name: Build the playground
53
# run: yarn build
54
playground/app.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div>Nuxt module playground!</div>
+ <div>Nuxt 3 UTM module playground!</div>
3
<pre>{{ $utmData }}</pre>
4
</template>
5
0 commit comments