<template> <div class="myLoading">{{ title }}</div> </template> <script setup> import { ref } from "vue"; const title = ref("myLoading"); </script> <style lang="scss"></style>