<template> <MLine /> </template> <script lang="ts" setup> import KLine from './kline.vue' import MLine from './mline.vue' </script>