Commit f394ab7f authored by liziwl's avatar liziwl
Browse files

rm file

parent 4096005d
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
<template>
  <BasicPure></BasicPure>
</template>
<script>
import {applyPureReactInVue} from 'veaury'
import BasicReactComponent from './react_app/bus_ni1o1/App'

export default {
  components: {
    BasicPure: applyPureReactInVue(BasicReactComponent)
  },
  setup() {
  }
}
</script>
 No newline at end of file