Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
6 lines
101 B
Vue
6 lines
101 B
Vue
<script setup>
|
|
const { g, l } = useContentInjected()
|
|
</script>
|
|
|
|
<template>{{ g }} {{ l }}</template>
|