Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wrappers/Vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class VueContainer extends React.Component {
* NOTE: since we need to access the current instance of VueContainer, as well as the Vue instance
* inside of the Vue constructor, we cannot bind this function to VueContainer, and we need to
* pass VueContainer's binding explicitly.
* @param {HTMLElement} targetElement - element to attact the Vue instance to
* @param {HTMLElement} targetElement - element to attach the Vue instance to
* @param {ReactInstance} reactThisBinding - current instance of VueContainer
*/
createVueInstance (targetElement, reactThisBinding) {
Expand Down