New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@atom-vue/runtime-dom

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom-vue/runtime-dom

@vue/runtime-dom

Source
npmnpm
Version
3.0.1-beta.0
Version published
Weekly downloads
88
1660%
Maintainers
3
Weekly downloads
 
Created
Source

@vue/runtime-dom

import { h, createApp } from '@vue/runtime-dom'

const RootComponent = {
  render() {
    return h('div', 'hello world')
  }
}

createApp(RootComponent).mount('#app')

Keywords

vue

FAQs

Package last updated on 16 Jan 2023

Related posts