它是第一次工作。所以,我必须让我的所有依赖项都正确。这是我的旅游代码。
var tour = new Tour({
name: 'First Tour.'
steps: [
{
element: "#no1",
title: "NUMBER",
content: "Enter the no. of codes needed."
},
{
element: "#no2",
title: "TYPE",
content: "Enter the type needed."
}
]
});
tour.init();
tour.start();