Audit examples templates (#3940)

* basics, framework-alpine, framework-solid, delete unused examples

* framework-multiple

* Remove non-standard file extensions, add missing .vscode folders

* Remove robots.txt

* Remove blog-multiple-authors

* Rewrite components comments to be consistent

* Update lockfile

* Remove unnecessary usage of SCSS in subpath example

* Fix props weirdness in portfolio example

* Remove Lit from `framework-multiple` for now

* Misc fixes

* Update lockfile

* I'm in lockfile hell, send help
This commit is contained in:
Erika
2022-08-04 14:16:51 -04:00
committed by GitHub
parent 32580d4fdc
commit f591150512
130 changed files with 273 additions and 1720 deletions

View File

@ -9,7 +9,7 @@
</div>
</template>
<script>
<script lang="ts">
import { ref } from 'vue';
export default {
setup() {
@ -34,6 +34,7 @@ export default {
margin-top: 2em;
place-items: center;
}
.counter-message {
text-align: center;
}